| 123456789101112131415161718192021222324 | 
							- namespace Fort23.Mono
 
- {
 
- 	[UIBinding(prefab = "SentimentXianWidget"  )]
 
- 	public partial class SentimentXianWidget : UIComponent
 
- 	{
 
- 		private void Init()
 
- 		{
 
- 		}
 
- 		public override void AddEvent()
 
- 		{
 
- 		}
 
- 		public override void DelEvent()
 
- 		{
 
- 		}
 
- 		public override void AddButtonEvent()
 
- 		{
 
- 		}
 
- 	}
 
- }
 
 
  |