EventHelperDefaultHandleNewbornChild 方法 |
释放指定新生儿,如果孩子没有去处直接遗弃
命名空间: GameData.Domains.TaiwuEvent.EventHelper程序集: GameData (在 GameData.exe 中) 版本:1.0.0
语法public static void DefaultHandleNewbornChild(
int babyCharId,
int motherCharId,
int fatherCharId,
int actualFatherCharId
)
参数
- babyCharId Int32
- 婴儿的角色ID
- motherCharId Int32
- 母亲的角色ID
- fatherCharId Int32
- 父亲的角色ID
- actualFatherCharId Int32
- 亲生父亲的角色ID
参见