Decomposed utility

This commit is contained in:
Rendo 2025-07-17 11:37:54 +05:00
commit bdf02db5c8
8 changed files with 29 additions and 28 deletions

View file

@ -0,0 +1,7 @@
using Godot;
using System;
public partial class PlayerInfo : Node
{
public static int MaxSeedpackets = 9;
}