Updated Perl Client AddAAPoints (markdown)

Logan
2018-01-14 18:53:20 -08:00
parent d7df238244
commit f89aa91785
+6 -5
@@ -1,11 +1,12 @@
adds a client aa points. adds a client a a points.
### Arguments ### Arguments
**Name**|**Type**|**Description** **Name**|**Type**|**Description**
:---|:---|:--- :---|:---|:---
number|int|### Example number||
### Example ### Example
```perl ```perl
my number = 1; my $number = 1;
quest::say($client->AddAAPoints(number));
$client->AddAAPoints($number); # Returns void
``` ```