IEntityWorld.GetUpdateSystem() Method Definition Namespace: Brine2D.ECS Gets an update system of the specified type. C#T? GetUpdateSystem<T>() where T : class, Brine2D.ECS.IUpdateSystem; Type parameters T Returns T