newlon/scripts/static-data/PlayerInfo.cs
2025-07-17 11:37:54 +05:00

7 lines
110 B
C#

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