# Source URL: https://dev.epicgames.com/documentation/fortnite/verse-code-style-guide-in-unreal-editor-for-fortnite
# Local doc: epic-docs/documentation/fortnite/verse-code-style-guide-in-unreal-editor-for-fortnite.md
# Section: 3.1 Indentation
my_class := class:
Foo():void =
Print("Hello World")
Verse Library
verse
03 3 1 Indentation
Illustrates how to define a basic class with a simple method for organizing game logic and state.
extracted-snippets/documentation/fortnite/verse-code-style-guide-in-unreal-editor-for-fortnite/03-3-1-indentation.verse