Implemented dialogue system and dialogue UI prototype
Implemented Dialogue System using dialogue Component and Interface, make Dialogue UI Prototype, and change the data type of the characters to be displayed in the UI in source code
This commit is contained in:
@ -8,7 +8,7 @@ public class hwanyoung2Target : TargetRules
|
||||
public hwanyoung2Target(TargetInfo Target) : base(Target)
|
||||
{
|
||||
WindowsPlatform.Compiler = WindowsCompiler.VisualStudio2022;
|
||||
WindowsPlatform.CompilerVersion = "14.38.33130"; // ġ Ȯ ȣ ٲ ּ
|
||||
WindowsPlatform.CompilerVersion = "14.38.33130"; // 설치된 정확한 버전 번호로 바꿔주세요
|
||||
|
||||
Type = TargetType.Game;
|
||||
DefaultBuildSettings = BuildSettingsVersion.V4;
|
||||
|
Reference in New Issue
Block a user