DavidPeicho / ecstra

Fast & Flexible EntityComponentSystem (ECS) for JavaScript & TypeScript
MIT License
51 stars 2 forks source link

Feature: add TS decorator for properties, etc... #4

Closed DavidPeicho closed 3 years ago

DavidPeicho commented 3 years ago

TS decorators will help TS users create component without using manually the Properties static attribute.