16 lines
223 B
C#
16 lines
223 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 : EntityDef
|
|
{
|
|
}
|
|
|
|
|
|
|
|
} |