public BindTokenElement(BindNodeType tokenNodeType) : base(tokenNodeType) { }
 public BindTokenElement(BindNodeType tokenNodeType) : base(tokenNodeType)
 {
 }
예제 #3
0
 public static SkillLaunchPoint ToLaunchPoint(this BindNodeType nodeType)
 {
     return((SkillLaunchPoint)((int)nodeType));
 }