parent
096d39609e
commit
8e9221bb5a
400 changed files with 3688 additions and 5969 deletions
|
|
@ -26,7 +26,7 @@ namespace Server.Items
|
|||
set { m_To = value; InvalidateProperties(); }
|
||||
}
|
||||
|
||||
public bool IsSigned => ( m_From != null && m_To != null );
|
||||
public bool IsSigned => m_From != null && m_To != null;
|
||||
|
||||
[Constructible]
|
||||
public CupidsArrow()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue