namespace Fruitomation.Game.Items { public abstract class CustomItemBehaviour { public ItemBehaviour AttachedItemBehaviour; public abstract void OnCreation(); } }