Ejemplo n.º 1
0
 public ImportExportScreen(EmbodyContext context, IEmbody embody, IWorldScaleModule worldScale, ISnugModule snug)
     : base(context)
 {
     _embody     = embody;
     _worldScale = worldScale;
     _snug       = snug;
 }
Ejemplo n.º 2
0
 public WorldScaleSettingsScreen(EmbodyContext context, IWorldScaleModule worldScale)
     : base(context)
 {
     _worldScale = worldScale;
 }
Ejemplo n.º 3
0
 public RecordPlayerHeightStep(IWorldScaleModule worldScale)
 {
     _worldScale = worldScale;
 }