summaryrefslogtreecommitdiff
path: root/Assets/Scripts/Unit/Components/UnitRender.cs
blob: b3fd18c86bdae59b2c8939f2db5f729a56618275 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
using System.Collections;
using System.Collections.Generic;
using UnityEngine;

// 角色渲染
[DisallowMultipleComponent]
public class UnitRender : UnitComponent
{



}