Skip to content

Commit

Permalink
Merge pull request #20 from dpomier/master
Browse files Browse the repository at this point in the history
updated SFSUser externs for html5 api 1.7.x
  • Loading branch information
boorik committed Apr 23, 2018
2 parents c97444f + 30e6bb9 commit 17cbc58
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion com/smartfoxserver/v2/entities/SFSUser.hx
Expand Up @@ -4,7 +4,7 @@ import com.smartfoxserver.v2.entities.variables.SFSUserVariable;
import com.smartfoxserver.v2.entities.variables.UserVariable;

#if html5
@:native('SFS2X.Entities.SFSUser')
@:native('Object')
extern class SFSUser
{
public var aoiEntryPoint:Dynamic;
Expand Down

0 comments on commit 17cbc58

Please sign in to comment.