DumpAccess() 공개 정적인 메소드

public static DumpAccess ( ) : void
리턴 void
 public void Refresh()
 {
     if (this.m_Queued)
     {
         AggressorInfo.DumpAccess();
     }
     this.m_LastCombatTime = DateTime.Now;
     this.m_Reported       = false;
 }