4 lines
85 B
C#
4 lines
85 B
C#
namespace Event.EventHandler
|
|
{
|
|
public delegate void PlayerWalkStopHandler();
|
|
} |