From a8e5e723b7e1891c9b352261a3ee4c3d3563e8cf Mon Sep 17 00:00:00 2001 From: Elizabeth Hunt Date: Sun, 26 Oct 2025 21:38:22 -0700 Subject: Checkpoint two --- composeApp/src/commonMain/kotlin/coffee/liz/ecs/System.kt | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'composeApp/src/commonMain/kotlin/coffee/liz/ecs/System.kt') diff --git a/composeApp/src/commonMain/kotlin/coffee/liz/ecs/System.kt b/composeApp/src/commonMain/kotlin/coffee/liz/ecs/System.kt index e763c9c..0032925 100644 --- a/composeApp/src/commonMain/kotlin/coffee/liz/ecs/System.kt +++ b/composeApp/src/commonMain/kotlin/coffee/liz/ecs/System.kt @@ -19,5 +19,9 @@ interface System { * @param world [World] * @param deltaTime [Duration] since last update */ - fun update(world: World, state: Outside, deltaTime: Duration) + fun update( + world: World, + state: Outside, + deltaTime: Duration, + ) } -- cgit v1.2.3-70-g09d2