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



}