Module: GamePlay::NameInputMixin

Included in:
NameInput
Defined in:
scripts/01450 Systems/00205 Input/00003 GamePlay/00001 NameInputMixin.rb

Overview

Module defining the IO of the NameInput scene so user know what to expect

Instance Attribute Summary collapse

Instance Attribute Details

#return_nameString (readonly)

Return the choosen name

Returns:



6
7
8
# File 'scripts/01450 Systems/00205 Input/00003 GamePlay/00001 NameInputMixin.rb', line 6

def return_name
  @return_name
end