This commit is contained in:
CortexCore
2023-10-24 23:37:59 +08:00
parent 325f63d6bc
commit 3e39e627bc
388 changed files with 29043 additions and 889 deletions

View File

@@ -27,8 +27,8 @@ namespace BITFALL.Editor
{
playerService.LocalPlayer.Invoke(new DamageMessage()
{
target = playerService.LocalPlayer,
damage = 101,
Target = playerService.LocalPlayer,
Damage = 101,
});
}
if (Keyboard.current.numpadPlusKey.wasPressedThisFrame)