Skip to content
Snippets Groups Projects
Commit b4cd2d33 authored by David Bergström's avatar David Bergström
Browse files

Explicitly order races

parent b6d5af14
No related branches found
Tags 1.1.1
Loading
...@@ -28,9 +28,14 @@ Difficulty ...@@ -28,9 +28,14 @@ Difficulty
Race Race
---- ----
" TODO: Order these explicitly .. class:: library.Race
.. autoclass:: library.Race The folllowing three values represent actual races
:members:
:undoc-members: .. attribute:: Race.Protoss
.. attribute:: Race.Terran
.. attribute:: Race.Zerg
This means a randomly selected race from the three above:
.. attribute:: Race.Random
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment