Exemple #1
0
 private static void Queue(ISimCommand command)
 {
     LuauForm.Instance.GetSimulator()?.AddCommand(command);
 }
Exemple #2
0
 public void AddCommand(ISimCommand feature)
 {
     _commandBuffer.Add(feature);
 }