Welsiton Ferreira
Welsiton Ferreira
When world.dispose() is called should close the EntityTrackerMainWindow. I think entityTrackerMainWindow.disconnected() shold be called too. ```JAVA EntityTracker { ... @Override public void disposed() { updateListener.disposed(); } } WorldUpdateListener { ......
It's possible synchronize attribute values of component in window in every in update? Because if window is opened and the game update value of component attribute, the value in window...
Maybe thead th tr padding must be 0
Add composer support
Add bower support
Need to create the api test
| Q | A | ------------- | --- | Is bugfix? | ✔️ | New feature? | ❌ | Breaks BC? | ❌ | Fixed issues | #325
Hi, how can I create seeder for relation with junction table? ``` CREATE TABLE `video` ( `id` int(11) NOT NULL AUTO_INCREMENT, `name` varchar(255) COLLATE utf8_unicode_ci NOT NULL, PRIMARY KEY (`id`),...