예제 #1
0
        public static void AddSimulationManagerEntity(SnapshotBuilder snapshot)
        {
            var entity = EntityTemplateFactory.CreateSimulationManagerTemplate();

            snapshot.Add(snapshot.GenerateId(), entity);
        }