Modifier frenzy

This commit is contained in:
Rendo 2025-07-26 05:02:44 +05:00
commit e8cb681103
16 changed files with 198 additions and 143 deletions

View file

@ -13,4 +13,6 @@ public partial class EntityResource : Resource
[Export] public CustomSeedpacketFrame CustomFrame;
[Export] public int Order = 0;
public string internal_id;
public string parsedDescription;
public bool isDescriptionParsed;
}