8 lines
129 B
C#
8 lines
129 B
C#
|
namespace UnityEngine.UI.Extensions.Examples
|
|||
|
{
|
|||
|
public class Example01CellDto
|
|||
|
{
|
|||
|
public string Message;
|
|||
|
}
|
|||
|
}
|