From 8bbc03542340b4ea7ca1e2beec2f11ff335851e8 Mon Sep 17 00:00:00 2001 From: chai Date: Tue, 27 Jul 2021 09:40:26 +0800 Subject: *mic --- Assets/Scripts/Unit/Controller/PCController.cs | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) (limited to 'Assets/Scripts/Unit/Controller/PCController.cs') diff --git a/Assets/Scripts/Unit/Controller/PCController.cs b/Assets/Scripts/Unit/Controller/PCController.cs index 8350b503..58745311 100644 --- a/Assets/Scripts/Unit/Controller/PCController.cs +++ b/Assets/Scripts/Unit/Controller/PCController.cs @@ -2,18 +2,18 @@ using System.Collections.Generic; using UnityEngine; +// 玩家角色控制器 [DisallowMultipleComponent] -public class PCController : UnitComponent +public class PCController : UnitController { - // Start is called before the first frame update - void Start() - { - - } - // Update is called once per frame - void Update() - { - - } + public override void Initialize(GameObject obj) + { + base.Initialize(obj); + + + + } + + } -- cgit v1.1-26-g67d0