summaryrefslogtreecommitdiff
path: root/DiscoBot/Auxiliary/Talent.cs
diff options
context:
space:
mode:
authorTrueDoctor <d-kobert@web.de>2018-04-11 14:41:01 +0200
committerTrueDoctor <d-kobert@web.de>2018-04-11 14:41:01 +0200
commite5e0c1c5c9fb6afd68ebe9dc075af23f46f11e25 (patch)
tree9caffddadea2851b929efa74531c801d0f8c4454 /DiscoBot/Auxiliary/Talent.cs
parent351067a5203307fc0c1a14ae2be84eae71246af9 (diff)
General Cleanup and retructuring
Diffstat (limited to 'DiscoBot/Auxiliary/Talent.cs')
-rw-r--r--DiscoBot/Auxiliary/Talent.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/DiscoBot/Auxiliary/Talent.cs b/DiscoBot/Auxiliary/Talent.cs
index 969304c..e93aa18 100644
--- a/DiscoBot/Auxiliary/Talent.cs
+++ b/DiscoBot/Auxiliary/Talent.cs
@@ -17,7 +17,7 @@
public int Value { get; set; }
- public string[] Test() // turn XX/XX/XX into string[]{XX,XX,XX}
+ public string[] GetEigenschaften() // turn XX/XX/XX into string[]{XX,XX,XX}
{
var temp = this.Probe.Split('/');
for (var index = 0; index < temp.Length; index++)