框架上传
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
|
||||
|
||||
namespace Stary.Evo.Example.Counter
|
||||
{
|
||||
public class CommandAnd : AbstractCommand
|
||||
{
|
||||
protected override void OnExecute()
|
||||
{
|
||||
this.GetData<ICounterData>().Count.Value++;
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user