LethalCompany/Lethal Company/ExportedProject/Assets/Scripts/Assembly-CSharp/DialogueSegment.cs

12 lines
167 B
C#
Raw Normal View History

2023-12-22 22:51:17 +00:00
using System;
[Serializable]
public class DialogueSegment
{
public string bodyText;
public string speakerText = "SAFETY COMPUTER";
public float waitTime = 4f;
}