12 lines
206 B
C#
12 lines
206 B
C#
using System.Collections;
|
|
using System.Collections.Generic;
|
|
using UnityEngine;
|
|
|
|
/// <summary>
|
|
/// 需要从服务器收数据
|
|
/// </summary>
|
|
public class DuelEnemyModel : DuelModel//:服务器接口
|
|
{
|
|
|
|
}
|