mirror of
https://github.com/Alex-Rachel/TEngine.git
synced 2025-08-07 16:45:10 +00:00
Update Fsm.cs
This commit is contained in:
@@ -457,7 +457,7 @@ namespace TEngine.Fsm
|
||||
/// <param name="data">要设置的有限状态机数据。</param>
|
||||
public void SetData<TData>(string name, TData data)
|
||||
{
|
||||
SetData(name,data);
|
||||
SetData(name,(object)data);
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
|
Reference in New Issue
Block a user