Example #1
0
 public MoviePlayer(SwordEngine vm, Text textMan, ResMan resMan)
 {
     _vm        = vm;
     _textMan   = textMan;
     _resMan    = resMan;
     _directory = ServiceLocator.FileStorage.GetDirectoryName(_vm.Settings.Game.Path);
 }
Example #2
0
 public MoviePlayer(SwordEngine vm, Text textMan, ResMan resMan)
 {
     _vm = vm;
     _textMan = textMan;
     _resMan = resMan;
     _directory = ServiceLocator.FileStorage.GetDirectoryName(_vm.Settings.Game.Path);
 }