Git Repository Public Repository

CPE_learningsite

URLs

Copy to Clipboard

This repository has no backups
This repository's network speed is throttled to 100KB/sec

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
package models
{
	import com.adobe.sync.components.SyncConnector;

	public class Settings
	{
		[Bindable] public var version:String = "1.0.0";
		[Bindable] public var baseServiceUrl:String = "http://dev.cpe.com"; //"http://cpewebcast.com";
		[Bindable] public var loadComplete:Boolean = false;
		[Bindable] public var isOwner:Boolean = false;
		[Bindable] public var currentRole:String;
		[bindable] public var room_ScoID:Number;
		[bindable] public var roomUrl:Number;
		[bindable] public var accoundID:Number;
		[bindable] public var syncConnector:SyncConnector;
		
		public function Settings()
		{
		}
	}
}

Commits for CPE_learningsiteCPEFlex/EngagementPod/bin-debug/models/Settings.as.r5087

Diff revisions: vs.
Revision Author Commited Message
4cd176 ... v.shishlov Fri 27 Aug, 2021 14:33:17 +0000

initial commit