namespace Fort23.Mono { [UIBinding(prefab = "SentimentEffectWidget" )] public partial class SentimentEffectWidget : UIComponent { private void Init() { } public override void AddEvent() { } public override void DelEvent() { } public override void AddButtonEvent() { } public void CustomInit(AccountFileInfo.SentimentProperty sentimentProperty) { } } }