Added more ticking functions

This commit is contained in:
AeonLucid
2022-01-15 04:34:25 +01:00
parent 5897fce8ad
commit 14ce748c5c
12 changed files with 163 additions and 18 deletions
@@ -1,6 +1,6 @@
namespace Prospect.Unreal.Core.Names;
public class UnrealConstants
public static class UnrealConstants
{
public const int IndexNone = -1;
}