Further parse bunches till their channel receives them

This commit is contained in:
AeonLucid
2022-01-10 20:20:02 +01:00
parent f3b0a31761
commit 0a27bdd3c0
23 changed files with 1187 additions and 51 deletions
@@ -0,0 +1,6 @@
namespace Prospect.Unreal.Core.Names;
public class UnrealConstants
{
public const int IndexNone = -1;
}