mirror of
https://github.com/Alex-Rachel/TEngine.git
synced 2025-08-14 16:51:28 +00:00
完善Entity状态
完善Entity状态
This commit is contained in:
@@ -36,5 +36,10 @@ namespace TEngine.Core
|
||||
};
|
||||
return idStruct;
|
||||
}
|
||||
|
||||
public override string ToString()
|
||||
{
|
||||
return $"time: {this.Time}, value: {this.Sequence}";
|
||||
}
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user