newlon/scripts/systems/static-data/PlayerInfo.cs
2025-07-19 20:13:34 +05:00

7 lines
110 B
C#

using Godot;
using System;
public partial class PlayerInfo : Node
{
public static int MaxSeedpackets = 9;
}