コード例 #1
0
ファイル: Etiquette.cs プロジェクト: greeduomacro/vivre-uo
 public InternalTarget(Mobile from, BottleInscriber tool)
     : base(10, false, TargetFlags.None)
 {
     m_from = from;
     m_tool = tool;
 }
コード例 #2
0
 public InternalTarget(Mobile from, BottleInscriber tool)
     : base(10, false, TargetFlags.None)
 {
     m_from = from;
     m_tool = tool;
 }