| summaryrefslogtreecommitdiff | 
diff options
| author | Nathanael Sensfelder <SpamShield0@MultiAgentSystems.org> | 2019-03-26 22:55:55 +0100 | 
|---|---|---|
| committer | Nathanael Sensfelder <SpamShield0@MultiAgentSystems.org> | 2019-03-26 22:55:55 +0100 | 
| commit | 4dcb831ddc1f30251b302b129a18c4e08b276989 (patch) | |
| tree | cce7774d100d0a424ae4134358f3515763b6bdfa /src/shared/battle-characters/BattleCharacters/Struct/Glyph.elm | |
| parent | ec2967aab36020c9ea3d8a88877bd448e3b06d40 (diff) | |
[Broken] ...
Diffstat (limited to 'src/shared/battle-characters/BattleCharacters/Struct/Glyph.elm')
| -rw-r--r-- | src/shared/battle-characters/BattleCharacters/Struct/Glyph.elm | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/src/shared/battle-characters/BattleCharacters/Struct/Glyph.elm b/src/shared/battle-characters/BattleCharacters/Struct/Glyph.elm index c277b20..4cadc6b 100644 --- a/src/shared/battle-characters/BattleCharacters/Struct/Glyph.elm +++ b/src/shared/battle-characters/BattleCharacters/Struct/Glyph.elm @@ -36,7 +36,7 @@ type alias Ref = String  --------------------------------------------------------------------------------  -- EXPORTED --------------------------------------------------------------------  -------------------------------------------------------------------------------- -get_id : Type -> String +get_id : Type -> Ref  get_id g = g.id  get_name : Type -> String | 


