Skip to content

Commit c04b88a

Browse files
Updated documentation
1 parent 404ced8 commit c04b88a

File tree

1 file changed

+2
-8
lines changed

1 file changed

+2
-8
lines changed

README.md

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -183,13 +183,7 @@ public class MovementComponent : EntityComponent<MovementComponent, MovementSyst
183183
}
184184
```
185185

186-
<!-- **Editor Reference:**
187-
188-
```csharp
189-
public class MovementComponent : Component<MovementComponent, MovementSystem> {
190-
[Referenced] public BoxCollider playerCollider;
191-
}
192-
``` -->
186+
````-->
193187
194188
## Systems
195189
@@ -199,7 +193,7 @@ The [Systems](#systems) are responsible for controlling all of your Entity's [Co
199193
200194
```csharp
201195
public class MovementSystem : EntitySystem<MovementSystem, MovementComponent> { }
202-
```
196+
````
203197

204198
### Virtual On Initialize
205199

0 commit comments

Comments
 (0)