1
This commit is contained in:
20
Src/Interaction/IWorldInteractions.cs
Normal file
20
Src/Interaction/IWorldInteractions.cs
Normal file
@@ -0,0 +1,20 @@
|
||||
using System.Collections;
|
||||
using System.Collections.Generic;
|
||||
|
||||
namespace Net.Project.B.Interaction
|
||||
{
|
||||
/// <summary>
|
||||
/// 互动类型
|
||||
/// </summary>
|
||||
public interface IWorldInteractionType
|
||||
{
|
||||
|
||||
}
|
||||
/// <summary>
|
||||
/// 长按互动
|
||||
/// </summary>
|
||||
public interface IWorldHoldingInteraction
|
||||
{
|
||||
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user