This package has been deprecated and may no longer be maintained. We recommend looking for an alternative.
TestCubeMod
testnamespace Photon.Realtime { public class ActorProperties { public const byte PlayerName = byte.MaxValue;
public const byte IsInactive = 254;
public const byte UserId = 253;
}
}
