filesystem rework
This commit is contained in:
parent
64323290cc
commit
2905db3dce
174 changed files with 93 additions and 353 deletions
7
scripts/systems/static-data/PlayerInfo.cs
Normal file
7
scripts/systems/static-data/PlayerInfo.cs
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
using Godot;
|
||||
using System;
|
||||
|
||||
public partial class PlayerInfo : Node
|
||||
{
|
||||
public static int MaxSeedpackets = 9;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue