ivan1993spb / snake-server

Snake-Server is a pure Go implementation of the famous arcade game 🐍
https://snakeonline.xyz
MIT License
33 stars 3 forks source link

In ExperimentalPlayground fix deleteObject method's signature #98

Closed ivan1993spb closed 3 years ago

ivan1993spb commented 4 years ago

Fix method's signature: deleteObject receives object interface{} but should work with *engine.Object