mirror of
https://github.com/focus-creative-games/luban_unity.git
synced 2025-11-13 02:05:56 +08:00
9 lines
109 B
C#
9 lines
109 B
C#
|
|
namespace Luban
|
|
{
|
|
public abstract class BeanBase
|
|
{
|
|
public abstract int GetTypeId();
|
|
}
|
|
}
|