mirror of
https://github.com/AlexMacocian/MonoGame.Extended.git
synced 2026-07-26 00:45:20 +00:00
almost finished this beast
This commit is contained in:
@@ -2,10 +2,9 @@
|
||||
|
||||
namespace MonoGame.Extended.Entities.Systems
|
||||
{
|
||||
public abstract class UpdateSystem : BaseSystem
|
||||
public abstract class UpdateSystem
|
||||
{
|
||||
protected UpdateSystem(Aspect.Builder aspect)
|
||||
: base(aspect)
|
||||
protected UpdateSystem()
|
||||
{
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user