add
This commit is contained in:
22
Assets/CoolapeFrame/Scripts/ui/public/CLCellBase.cs
Normal file
22
Assets/CoolapeFrame/Scripts/ui/public/CLCellBase.cs
Normal file
@@ -0,0 +1,22 @@
|
||||
/*
|
||||
********************************************************************************
|
||||
*Copyright(C),coolae.net
|
||||
*Author: chenbin
|
||||
*Version: 2.0
|
||||
*Date: 2017-01-09
|
||||
*Description: ui列表元素
|
||||
*Others:
|
||||
*History:
|
||||
*********************************************************************************
|
||||
*/
|
||||
|
||||
using UnityEngine;
|
||||
using System.Collections;
|
||||
|
||||
namespace Coolape
|
||||
{
|
||||
public abstract class CLCellBase : CLBehaviour4Lua
|
||||
{
|
||||
public abstract void init(object data, object onClick);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user