Skip to content

Commit 00919c8

Browse files
Updated readme
1 parent 848960e commit 00919c8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ public class MainController : Controller {
9393
}
9494
```
9595

96-
**Enabling Systems:** To enable or disable [Systems](#systems), the [Controller](#controllers) contains of a method EnableSystem which allows [Systems](#systems) to stop their life cycle methods such as OnUpdate, OnPhysics, OnDrawGui and others. You can provide the [System's](#system) type using a generic.
96+
**Enabling Systems:** To enable or disable [Systems](#systems), the [Controller](#controllers) contains of a method EnableSystem which allows [Systems](#systems) to stop their life cycle methods such as OnUpdate, OnPhysics, OnDrawGui and others. You can provide the [System's](#system) type using a generic. Systems are enabled by default.
9797

9898
```csharp
9999
public class MainController : Controller {
@@ -135,4 +135,4 @@ _This secection of the documentation will be updated very soon!_
135135

136136
### Services
137137

138-
_This secection of the documentation will be updated very soon!_
138+
_This secection of the documentation will be updated very soon!_

0 commit comments

Comments
 (0)