V - 房间系统属性值类型public interface RoomSystemProperty<V>
| Modifier and Type | Method and Description |
|---|---|
clojure.lang.Keyword |
getPropertyKey()
房间属性 Key,Game Server 使用,Game Plugin 实现者无需使用
|
V |
getPropertyValueToSet()
房间属性值
|
default Object |
getSerializedPropertyValue()
Game Server 内使用的房间属性值,Game Plugin 实现者无需使用
|
V getPropertyValueToSet()
clojure.lang.Keyword getPropertyKey()
default Object getSerializedPropertyValue()
Copyright © 2019 LeanCloud. All rights reserved.