using System; namespace Kasizuki { public interface IStatusCtrl { void SetData(T obj); } }