public Isa Create( ImmutableList <IsaCrossJoinElement> value) { Isa crossJoin = null; try { crossJoin = new sa( value); } catch (Exception exception) { this.Log.Error( exception.Message, exception); } return(crossJoin); }
void Awake() { instance = this; }
public StatsManager(int a, int d, int s, int ac, int sa, int sd) => oBaseline = new StatsList(a, d, s, ac, sa, sd);