Ejemplo n.º 1
0
 public LDCharacter ToLDCharacter()
 {
     return new LDCharacter
     {
         name = Name,
         color = (byte)Color,
         role = (byte)Role,
         attributes = AbilitySystem.GetLDAttributes(),
         timeLine = TimeLine.ToArray(),
     };
 }