mirror of
https://github.com/soarqin/DSP_Mods.git
synced 2026-03-22 14:43:29 +08:00
UXAssist: add 3 options to Initialize Planet
This commit is contained in:
9
UXAssist/Common/KnownItemId.cs
Normal file
9
UXAssist/Common/KnownItemId.cs
Normal file
@@ -0,0 +1,9 @@
|
||||
namespace UXAssist.Common;
|
||||
|
||||
public enum KnownItemId : int
|
||||
{
|
||||
Drone = 5001,
|
||||
Ship = 5002,
|
||||
Bot = 5003,
|
||||
Warper = 1210,
|
||||
}
|
||||
Reference in New Issue
Block a user