org.starhope.vergil.game
Class User

java.lang.Object
  extended by org.starhope.vergil.game.User

public class User
extends Object

WRITEME: Document this type.

Author:
brpocock@star-hope.org

Constructor Summary
User()
           
 
Method Summary
static User getLocalUser()
          WRITEME: Document this method brpocock@star-hope.org
 void setVariables(Map<String,SFSVariable> vars)
          WRITEME: Document this method brpocock@star-hope.org
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

User

public User()
Method Detail

getLocalUser

public static User getLocalUser()
WRITEME: Document this method brpocock@star-hope.org

Returns:
WRITEME

setVariables

public void setVariables(Map<String,SFSVariable> vars)
WRITEME: Document this method brpocock@star-hope.org

Parameters:
vars - WRITEME