mirror of
https://github.com/FriendshipIsEpic/FiE-Game.git
synced 2024-12-03 10:17:59 +01:00
12 lines
200 B
C#
12 lines
200 B
C#
public class FieUser
|
|
{
|
|
public string userHash;
|
|
|
|
public string userName;
|
|
|
|
public PhotonPlayer playerInfo;
|
|
|
|
public FieGameCharacter usersCharacter;
|
|
|
|
public FieGameCharacter usersCharacterPrefab;
|
|
}
|