示例#1
0
    public E_LOS_TYPE GetLoSType()
    {
        E_LOS_TYPE ret = (E_LOS_TYPE)testPINVOKE.CBuilding_GetLoSType(swigCPtr);

        return(ret);
    }
示例#2
0
 public void SetLoSType(E_LOS_TYPE Type)
 {
     testPINVOKE.CPlayerPimpl_SetLoSType(swigCPtr, (int)Type);
 }