Exemplo n.º 1
0
 internal LoadedLoop(object whileVal, LoaderUtility loader, LoadedBaseAction before, LoadedBaseAction after)
     : base(whileVal, loader)
 {
     Before = before;
     After = after;
 }
Exemplo n.º 2
0
 internal void AddAction(LoadedBaseAction action)
 {
     Actions.Add(action);
 }