mirror of
https://github.com/NotAKidoS/NAK_CVR_Mods.git
synced 2025-09-05 15:59:22 +00:00
Stickers: minor changes
This commit is contained in:
parent
c206d98a97
commit
2f65634031
16 changed files with 204 additions and 140 deletions
|
@ -149,6 +149,11 @@ public partial class StickerSystem
|
|||
if (!Directory.Exists(s_StickersFolderPath)) Directory.CreateDirectory(s_StickersFolderPath);
|
||||
return s_StickersFolderPath;
|
||||
}
|
||||
|
||||
public static void EnsureStickersFolderExists()
|
||||
{
|
||||
if (!Directory.Exists(s_StickersFolderPath)) Directory.CreateDirectory(s_StickersFolderPath);
|
||||
}
|
||||
|
||||
#endregion Image Loading
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue