= Updated core documentation quickly

This commit is contained in:
Matthew Cech
2019-03-30 14:26:21 -07:00
parent a01c952d25
commit 3c5f168628
9 changed files with 27 additions and 32 deletions
+1 -2
View File
@@ -8,8 +8,7 @@ import dataStructures.UserInput;
public class CommandThread extends Thread
{
// Pile of variables
// TODO(wisp): Consider packaging this up into a thread arguments object potentially...?
// Pile of variables. This may be packaged later as thread arguments.
CommandManager manager;
UserInput input;
KittyGuild guild;