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