大修改调整
This commit is contained in:
12
Assets/Scripts/Fishing/New/Data/PlayerEvent.cs
Normal file
12
Assets/Scripts/Fishing/New/Data/PlayerEvent.cs
Normal file
@@ -0,0 +1,12 @@
|
||||
namespace NBF
|
||||
{
|
||||
public struct PlayerStateChangeEvent
|
||||
{
|
||||
public Player Player;
|
||||
}
|
||||
|
||||
public struct PlayerItemChangeEvent
|
||||
{
|
||||
public Player Player;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user