Add Fie.User

This commit is contained in:
Sollace 2023-07-19 15:20:15 +01:00
parent ae45a4e6bb
commit b9739ea89d
No known key found for this signature in database
GPG key ID: E52FACE7B5C773DB
3 changed files with 46 additions and 4761 deletions

2
.gitignore vendored
View file

@ -3,7 +3,7 @@
# User-specific files
*.suo
*.user
# *.user
*.userosscache
*.sln.docstates

4793
fie.csproj

File diff suppressed because it is too large Load diff

12
src/Fie.User/FieUser.cs Normal file
View file

@ -0,0 +1,12 @@
public class FieUser
{
public string userHash;
public string userName;
public PhotonPlayer playerInfo;
public FieGameCharacter usersCharacter;
public FieGameCharacter usersCharacterPrefab;
}