mirror of
https://github.com/FriendshipIsEpic/FiE-Game.git
synced 2025-04-01 00:35:31 +02: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;
|
|
}
|