2025-05-18 01:04:31 +08:00

4 lines
56 B
C#

namespace G
{
public delegate bool StatDelegate();
}