VENOM-10: Moved to new Module Structure

Fixed File-Endings
Added Entity-System
This commit is contained in:
Maurice Grönwoldt 2021-01-03 16:59:11 +01:00
commit eb6770204a
101 changed files with 1272 additions and 892 deletions

View file

@ -0,0 +1,13 @@
<?php
namespace Modules\Data\Controller;
class DataController
{
public function get()
{
}
}