Character constructor (1 of 2)
小于 1 分钟
Character constructor (1 of 2)
构造函数
public Character(Camp camp)| parameter | description |
|---|---|
| camp | 阵营 |
See Also
- enum Camp
- class Character
- namespace neo_bpsys_wpf.Core.Models
Character constructor (2 of 2)
构造函数
public Character(string name, Camp camp, string imageFileName, string? abbrev = null,
string? fullSpell = null)| parameter | description |
|---|---|
| name | |
| camp | |
| imageFileName | |
| abbrev |
See Also
- enum Camp
- class Character
- namespace neo_bpsys_wpf.Core.Models
