zllangct / ecs

A Go-implementation of the ECS (Entity-Component-System), focus on the development of game server.
BSD 3-Clause "New" or "Revised" License
132 stars 10 forks source link

How do I stop a running Game ? #12

Open cchandel opened 2 years ago

cchandel commented 2 years ago

Hi, Trying World.Stop() does not stop the running systems.

zllangct commented 2 years ago

ecs.DestroyWorld is working now.