This commit is contained in:
Bob.Song
2026-03-10 16:03:38 +08:00
parent 228de2445d
commit cf2e374998
86 changed files with 478 additions and 383 deletions

View 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;
}
}

View File

@@ -0,0 +1,3 @@
fileFormatVersion: 2
guid: c10a4d3f5e354dc9a046ddf7219354b2
timeCreated: 1773060354