Skip to content

Instantly share code, notes, and snippets.

@heinezen
Last active June 1, 2019 02:39
Show Gist options
  • Save heinezen/701a85dcd33124d7853580cd384b2ac1 to your computer and use it in GitHub Desktop.
Save heinezen/701a85dcd33124d7853580cd384b2ac1 to your computer and use it in GitHub Desktop.

Test

This is a test

Example

Nyan object definition:

GameEntity(Entity):
    types     : set(GameEntityType)
    variants  : set(Variant)
    abilities : set(Ability)
    modifiers : set(Modifier)
.. function:: GameEntity

    Blabla
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment