16 lines
221 B
C#
16 lines
221 B
C#
![]() |
using System;
|
||
|
using System.Collections.Generic;
|
||
|
using System.Linq;
|
||
|
using System.Text.RegularExpressions;
|
||
|
using System.Xml.Linq;
|
||
|
using UnityEngine;
|
||
|
|
||
|
namespace Data
|
||
|
{
|
||
|
public class CharacterDef : PawnDef
|
||
|
{
|
||
|
}
|
||
|
|
||
|
|
||
|
|
||
|
}
|