修改
This commit is contained in:
15
Assets/Scripts/Fishing/New/Event/PlayerEvent.cs
Normal file
15
Assets/Scripts/Fishing/New/Event/PlayerEvent.cs
Normal file
@@ -0,0 +1,15 @@
|
||||
namespace NBF
|
||||
{
|
||||
public struct PlayerStateChangeEvent
|
||||
{
|
||||
public Player Player;
|
||||
}
|
||||
|
||||
|
||||
public struct PlayerItemChangeEvent
|
||||
{
|
||||
public Player Player;
|
||||
public PlayerItem Item;
|
||||
public PlayerItem PrevItem;
|
||||
}
|
||||
}
|
||||
3
Assets/Scripts/Fishing/New/Event/PlayerEvent.cs.meta
Normal file
3
Assets/Scripts/Fishing/New/Event/PlayerEvent.cs.meta
Normal file
@@ -0,0 +1,3 @@
|
||||
fileFormatVersion: 2
|
||||
guid: c10a4d3f5e354dc9a046ddf7219354b2
|
||||
timeCreated: 1773060354
|
||||
Reference in New Issue
Block a user