mirror of
https://github.com/misternebula/quantum-space-buddies.git
synced 2025-01-17 19:11:32 +00:00
12 lines
314 B
C#
12 lines
314 B
C#
namespace QSB.Animation.NPC.WorldObjects;
|
|
|
|
internal class QSBSolanumController : NpcAnimController<NomaiConversationManager>
|
|
{
|
|
public override void SendInitialState(uint to)
|
|
{
|
|
// todo SendInitialState
|
|
}
|
|
|
|
public override CharacterDialogueTree GetDialogueTree()
|
|
=> AttachedObject._characterDialogueTree;
|
|
} |