Forráskód Böngészése

fixed: Ins_YanLin 缺少父类

gwang 4 éve
szülő
commit
0776d59d0f

+ 13 - 16
Gameserver/Amfphp/model/User/Ins_YanLin.php

@@ -1,11 +1,5 @@
 <?php
 
-/*
- * To change this license header, choose License Headers in Project Properties.
- * To change this template file, choose Tools | Templates
- * and open the template in the editor.
- */
-
 namespace loyalsoft;
 
 /**
@@ -13,41 +7,44 @@ namespace loyalsoft;
  *
  * @author cyzhao
  */
-class Ins_YanLin {
+class Ins_YanLin extends Object_ext {
+
     /**
      * 言灵id
      * @var type
      */
     public $typeId = 0;
-    
+
     /**
      * 挂在的英雄的uid
      * @var type
      */
     public $herouid = 0;
-    
+
     /**
      * 当前的经验
      * @var type
      */
     public $curStarExp = 0;
-    
+
     /**
      * 当前的星级
      * @var type
      */
     public $starLv = 0;
-    
+
     /**
      * 言灵的等级
      * @var type
      */
     public $level = 1;
-    
-    public function __construct($args=null) {      
-        parent::__construct($args);       
+
+    public function __construct($args = null) {
+        parent::__construct($args);
     }
-    
-    public function initialize($missId) {       
+
+    public function initialize($missId) {
+        
     }
+
 }

+ 0 - 0
Gameserver/nbproject/private/config.properties


+ 0 - 7
Gameserver/nbproject/private/private.properties

@@ -1,7 +0,0 @@
-copy.src.files=true
-copy.src.on.open=true
-copy.src.target=G:\\wamp64\\www\\ylsj2019\\Gameserver
-index.file=index.php
-interpreter=D:\\Program-Files\\wnmp\\php\\php-7.4.13-nts-Win32-vc15-x64\\php.exe
-run.as=SCRIPT
-url=http://localhost/Gameserver/

+ 0 - 34
Gameserver/nbproject/private/private.xml

@@ -1,34 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<project-private xmlns="http://www.netbeans.org/ns/project-private/1">
-    <editor-bookmarks xmlns="http://www.netbeans.org/ns/editor-bookmarks/2" lastBookmarkId="2">
-        <file>
-            <url>Amfphp/Process/HeroProc.php</url>
-            <bookmark id="2">
-                <name/>
-                <line>1337</line>
-                <key/>
-            </bookmark>
-        </file>
-    </editor-bookmarks>
-    <open-files xmlns="http://www.netbeans.org/ns/projectui-open-files/2">
-        <group>
-            <file>file:/D:/local_svn/0_ylsj2019/ylsj2019Server/Gameserver/Amfphp/base/MemKey_User.php</file>
-            <file>file:/D:/local_svn/0_ylsj2019/ylsj2019Server/Gameserver/Amfphp/base/OpeCode.php</file>
-            <file>file:/D:/local_svn/0_ylsj2019/ylsj2019Server/Gameserver/Amfphp/process/StoreProc.php</file>
-            <file>file:/D:/local_svn/0_ylsj2019/ylsj2019Server/Gameserver/Amfphp/model/User/Enum_EventType.php</file>
-            <file>file:/D:/local_svn/0_ylsj2019/ylsj2019Server/Gameserver/Amfphp/model/User/Ins_TaskStep.php</file>
-            <file>file:/D:/local_svn/0_ylsj2019/ylsj2019Server/Gameserver/Amfphp/test.php</file>
-            <file>file:/D:/local_svn/0_ylsj2019/ylsj2019Server/Gameserver/Amfphp/process/CollegeProc.php</file>
-            <file>file:/D:/local_svn/0_ylsj2019/ylsj2019Server/Gameserver/Amfphp/process/TaskProc.php</file>
-            <file>file:/D:/local_svn/0_ylsj2019/ylsj2019Server/Gameserver/Amfphp/process/UserProc.php</file>
-            <file>file:/D:/local_svn/0_ylsj2019/ylsj2019Server/Gameserver/Amfphp/process/FightProc/SweepGatesProc.php</file>
-            <file>file:/D:/local_svn/0_ylsj2019/ylsj2019Server/Gameserver/Amfphp/model/User/Ins_TaskCard.php</file>
-            <file>file:/D:/local_svn/0_ylsj2019/ylsj2019Server/Gameserver/Amfphp/process/FightProc.php</file>
-            <file>file:/D:/local_svn/0_ylsj2019/ylsj2019Server/Gameserver/Amfphp/process/EventProc/NormalEventProc.php</file>
-            <file>file:/D:/local_svn/0_ylsj2019/ylsj2019Server/Gameserver/Amfphp/base/ErrCode.php</file>
-            <file>file:/D:/local_svn/0_ylsj2019/ylsj2019Server/Gameserver/Amfphp/process/del_MissProc.php</file>
-            <file>file:/D:/local_svn/0_ylsj2019/ylsj2019Server/Gameserver/Amfphp/model/User/Ins_Email.php</file>
-            <file>file:/D:/local_svn/0_ylsj2019/ylsj2019Server/Gameserver/Amfphp/process/EmailProc.php</file>
-        </group>
-    </open-files>
-</project-private>