mirror of
https://github.com/FriendshipIsEpic/FiE-Game.git
synced 2024-11-23 22:27:58 +01:00
15 lines
252 B
C#
15 lines
252 B
C#
namespace Fie.User
|
|
{
|
|
public class FieUser
|
|
{
|
|
public string userHash;
|
|
|
|
public string userName;
|
|
|
|
public PhotonPlayer playerInfo;
|
|
|
|
public FieGameCharacter usersCharacter;
|
|
|
|
public FieGameCharacter usersCharacterPrefab;
|
|
}
|
|
}
|