#pragma once #include namespace Players { app::GameObject__Array* GetAllPlayers(); } namespace Player { app::GameObject* GetLocalPlayer(); app::NolanBehaviour* GetNolan(); }