mirror of
https://github.com/Facepunch/Facepunch.Steamworks.git
synced 2025-03-12 05:20:21 +03:00
Changed PersonChange enum from internal to public
This commit is contained in:
parent
406a41f228
commit
41d2121974
@ -546,7 +546,7 @@ namespace Steamworks
|
|||||||
//
|
//
|
||||||
// EPersonaChange
|
// EPersonaChange
|
||||||
//
|
//
|
||||||
internal enum PersonaChange : int
|
public enum PersonaChange : int
|
||||||
{
|
{
|
||||||
Name = 1,
|
Name = 1,
|
||||||
Status = 2,
|
Status = 2,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user