I write two lines in the morning. I write two lines at night.
I write two lines in the afternoon and it makes me feel alright. I write two lines in times of peace, I write two in times of war. I write two lines before I write two lines, and then I write two more. Bringing ActionScript world into line with the Javver. git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@4556 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
@@ -4,6 +4,7 @@ import flash.events.Event;
|
||||
|
||||
public class ClientEvent extends Event
|
||||
{
|
||||
public static const CLIENT_WILL_LOGON :String = "clientWillLogon";
|
||||
public static const CLIENT_DID_LOGON :String = "clientDidLogon";
|
||||
public static const CLIENT_FAILED_TO_LOGON :String = "clientFailedLogon";
|
||||
public static const CLIENT_OBJECT_CHANGED :String = "clobjChanged";
|
||||
|
||||
Reference in New Issue
Block a user