summaryrefslogtreecommitdiff
path: root/Assets/Scripts/Unit/Components/UnitRender.cs
blob: c8f6a125bc8ba01377ef2094369a8a188f7017d9 (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
{



}