Exemplo n.º 1
0
 public OverlayStorage(CharaCustomFunctionController controller)
 {
     _chaControl         = controller.ChaControl;
     _textureStorage     = new TextureStorage();
     _allOverlayTextures = new Dictionary <CoordinateType, Dictionary <TexType, int> >();
 }