DaanVanYperen / artemis-odb-contrib

Drop-in extensions for artemis-odb. Prefab systems, components, networking, events!
MIT License
75 stars 19 forks source link

Add strict mode to singleton plugin #135

Closed schosin closed 5 years ago

schosin commented 5 years ago

This adds a strict mode to the SingletonPlugin (enabled by default), throwing an Exception when a @Singleton component is added to an entity.

DaanVanYperen commented 5 years ago

Looks good. Just document the API exposed to the user (the plugin constructors) and I'll merge!

DaanVanYperen commented 5 years ago

:cookie: :cookie: