~starkingdoms/starkingdoms

ref: 8dd63f01e9d8b239be1e3fb5f5c52d39b012371a starkingdoms/crates/client/src/main.rs -rw-r--r-- 189 bytes
8dd63f01 — ghostly_zsh planets appear on the client again, also new SpawnPlanet packet 8 months ago
                                                                                
1
2
3
4
5
/// --- IMPORTANT: DO NOT EDIT - EDIT THE APPROPRIATE PLATFORM SPECIFIC ENTRYPOINT ---
/// `platform::start` IS WHAT YOU WANT
fn main() {
    starkingdoms_client::platform::entrypoint();
}