using UnityEngine; using System.Collections; public class PoseCraft : Craft { public PoseCraft() { enabledHeadBar = false; } public void Init() { } }