using System; using AtomicEngine; public class Component : CSComponent { void Update(float timeStep) { } }