Files
UltimateFishing/Assets/Scripts/Assembly-CSharp/ActorProperties.cs
2026-02-21 16:45:37 +08:00

9 lines
152 B
C#

public class ActorProperties
{
public const byte PlayerName = byte.MaxValue;
public const byte IsInactive = 254;
public const byte UserId = 253;
}