Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Small error in Player tutorial example #6

Open
nanodeath opened this issue Mar 6, 2021 · 0 comments
Open

Small error in Player tutorial example #6

nanodeath opened this issue Mar 6, 2021 · 0 comments

Comments

@nanodeath
Copy link

We can define extension functions on type aliases! This means that this code is perfectly valid:

fun GameContext.doSomething() {
   // do something
}

However GameContext isn't a type alias -- I think you meant GameEntity<T> here.

https://hexworks.org/posts/tutorials/2019/02/13/how-to-make-a-roguelike-the-player.html

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant