初始化
This commit is contained in:
26
Face.Web/Areas/App/Models/UiImg.cs
Normal file
26
Face.Web/Areas/App/Models/UiImg.cs
Normal file
@@ -0,0 +1,26 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Web;
|
||||
|
||||
namespace Face.Web.Areas.App.Models
|
||||
{
|
||||
public class UiImg
|
||||
{
|
||||
public string name;
|
||||
public string image;
|
||||
public int x;
|
||||
public int y;
|
||||
public int w;
|
||||
public int h;
|
||||
}
|
||||
|
||||
|
||||
public class Uiinfo
|
||||
{
|
||||
public string Roomname;
|
||||
public string imageBj;
|
||||
public string imagelogo;
|
||||
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user