Skip to content

Commit 16a5527

Browse files
Update README.md
1 parent 2223e41 commit 16a5527

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,12 @@ public class EnemySystem : EntitySystem<EnemySystem, EnemyComponent> {
7373
_entity.AddPosition (_delta * _entity.speed, 0, 0);
7474
}
7575
}
76+
77+
public class AudioService : Service<AudioService> {
78+
public void Play (string audioClipName) {
79+
// ...
80+
}
81+
}
7682
```
7783

7884
### Meta Data

0 commit comments

Comments
 (0)