using System; using Jypeli; using Jypeli.ScreenObjects; using Jypeli.Assets; public class Peli : PhysicsGame { protected override void Begin() { //TODO: Alusta peli tässä } }