This commit is contained in:
2026-03-11 19:14:40 +01:00
commit a2a5f04dd4
24 changed files with 482 additions and 0 deletions

View File

@@ -0,0 +1,11 @@
[ComponentEditorProps(category: "GameScripted/", description: "Whispering VoN component")]
class SCR_VoNWhisperingClass: SCR_VoNComponentClass {}
class SCR_VoNWhispering: SCR_VoNComponent {}
[ComponentEditorProps(category: "GameScripted/", description: "Normal VoN component")]
class SCR_VoNNormalClass: SCR_VoNComponentClass {}
class SCR_VoNNormal: SCR_VoNComponent {}
[ComponentEditorProps(category: "GameScripted/", description: "Loud VoN component")]
class SCR_VoNLoudClass: SCR_VoNComponentClass {}
class SCR_VoNLoud: SCR_VoNComponent {}