1
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
using System.Collections;
|
||||
using System.Collections.Generic;
|
||||
using UnityEngine;
|
||||
|
||||
/// <summary>
|
||||
/// 交易模块
|
||||
/// </summary>
|
||||
public abstract class ModuleTrading {
|
||||
/// <summary> 执行交易 </summary>
|
||||
public abstract void Execute();
|
||||
}
|
||||
Reference in New Issue
Block a user