Package shadowrun.actions

Examples of shadowrun.actions.AddToCombatTracker


    ArrayList<IAction> actions = new ArrayList<IAction>();
    ShadowrunCharacter character = getCharacter();
    actions.add(new DoDamage(character));
    actions.add(new DoHeal(character));

    actions.add(new AddToCombatTracker(character));

    actions.add(new ShowCharacter(getDocumentCharacter()));
    return actions;
  }
View Full Code Here

TOP

Related Classes of shadowrun.actions.AddToCombatTracker

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.