Genesis Game Client Project Setup
This commit is contained in:
7
Assets/02_Scripts/DataModels/Character.cs
Normal file
7
Assets/02_Scripts/DataModels/Character.cs
Normal file
@@ -0,0 +1,7 @@
|
||||
using UnityEngine;
|
||||
|
||||
public class Character
|
||||
{
|
||||
public string CharacterCode { get; set; }
|
||||
public string CharacterType { get; set; }
|
||||
}
|
||||
Reference in New Issue
Block a user