반응형 IT/Unity3D13 알다가도 모를 람다 using System.Collections; using System.Collections.Generic; using UnityEngine; using UnityEngine.UI; public partial interface ICommandMessage { void OnCmdGamePatchComplete(); } public partial class CommandMessage : MonoBehaviour, ICommandMessage { public virtual void OnCmdGamePatchComplete() { } } public class BaseUIPopupModule : CommandMessage { private void OnEnable() { CommandHelper.OnConnect.. 2018. 4. 6. 이전 1 2 3 4 다음 반응형