feat(Console MovePlateform): 实现控制台和移动平台
This commit is contained in:
8
Assets/Script/Gameplay/Connect/ISignalReceiver.cs
Normal file
8
Assets/Script/Gameplay/Connect/ISignalReceiver.cs
Normal file
@@ -0,0 +1,8 @@
|
||||
using UnityEngine;
|
||||
namespace Script.Gameplay.Connect
|
||||
{
|
||||
public interface ISignalReceiver
|
||||
{
|
||||
public void OnSignalReceived(bool active, GameObject sender);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user