Stuff
This commit is contained in:
@@ -258,7 +258,7 @@ namespace BMGEditor
|
||||
}
|
||||
|
||||
[Obsolete]
|
||||
public void DeleteEntry(Int32 entryIndex) //Problem: if custom entries, alphabetical index != in-game/tbl index
|
||||
public void DeleteEntry(Int32 entryIndex)
|
||||
{
|
||||
Entries.Remove(Entries[entryIndex]);
|
||||
INF1itemNumber--;
|
||||
|
||||
@@ -11,6 +11,7 @@ namespace BMGEditor
|
||||
public const string softwareVersion = "v1.0";
|
||||
public const UInt64 build = 1;
|
||||
public const bool isBeta = false;
|
||||
public const bool isBE = true;
|
||||
}
|
||||
internal static class Program
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user