
You are viewing a potentially older version of this package. View Latest Version
TestCubeMod
testnamespace Photon.Realtime { public class ActorProperties { public const byte PlayerName = byte.MaxValue;
public const byte IsInactive = 254;
public const byte UserId = 253;
}
}