Started on spawning a player actor

This commit is contained in:
AeonLucid
2022-01-13 02:00:36 +01:00
parent a7399a1960
commit 6cd03d9ff7
9 changed files with 173 additions and 20 deletions
@@ -0,0 +1,6 @@
namespace Prospect.Unreal.Net.Actors;
public class AController : AActor
{
}