Skip to content

Commit

Permalink
docu
Browse files Browse the repository at this point in the history
  • Loading branch information
benckx committed Dec 2, 2020
1 parent a35dcba commit 6044bfe
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,11 @@ A basic camera system for a management game for jMonkeyEngine.
## Kotlin

```kotlin
import be.encelade.ouistiti.CameraManager
import com.jme3.app.SimpleApplication

//..

class DemoSimpleApp : SimpleApplication() {

lateinit var cameraManager: CameraManager
Expand Down

0 comments on commit 6044bfe

Please sign in to comment.