diff --git a/src/csui/src/PlayerUIWindow.vue b/src/csui/src/PlayerUIWindow.vue new file mode 100644 index 0000000..e1fc7ea --- /dev/null +++ b/src/csui/src/PlayerUIWindow.vue @@ -0,0 +1,395 @@ + + + diff --git a/src/ext/uw.js b/src/ext/uw.js index 6a9da5f..ef2c650 100644 --- a/src/ext/uw.js +++ b/src/ext/uw.js @@ -1,5 +1,5 @@ /** - * NOTE: we cannot get rid of this js file. I tried for 30 seconds and I couldn't get + * NOTE: we cannot get rid of this js file. I tried for 30 seconds and I couldn't get * extension to work unless I kept this part of extension out of the ts file. */ import UWContent from './UWContent';