Co-authored-by: zzdxxz <2079238449@qq.com> Co-committed-by: zzdxxz <2079238449@qq.com>
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
|
|
{
|
|
}
|
|
|
|
|
|
|
|
} |