12 lines
185 B
C#
12 lines
185 B
C#
namespace NBF
|
|
{
|
|
public struct PlayerStateChangeEvent
|
|
{
|
|
public Player Player;
|
|
}
|
|
|
|
public struct PlayerItemChangeEvent
|
|
{
|
|
public Player Player;
|
|
}
|
|
} |