mirror of
https://github.com/Alex-Rachel/TEngine.git
synced 2025-08-14 16:51:28 +00:00
8 lines
154 B
C#
8 lines
154 B
C#
namespace ET.Server
|
|
{
|
|
public struct RobotInvokeArgs
|
|
{
|
|
public Fiber Fiber { get; set; }
|
|
public string Content { get; set; }
|
|
}
|
|
} |