mirror of
https://github.com/misternebula/quantum-space-buddies.git
synced 2025-01-11 00:52:19 +00:00
14 lines
292 B
C#
14 lines
292 B
C#
using QSB.WorldSync;
|
|
using System;
|
|
using System.Collections.Generic;
|
|
using System.Linq;
|
|
using System.Text;
|
|
|
|
namespace QSB.ConversationSync
|
|
{
|
|
public class QSBCharacterAnimController : WorldObject
|
|
{
|
|
public CharacterAnimController AnimController { get; private set; }
|
|
}
|
|
}
|