blob: 4475a8e181285a607ee20d832a68999a967218ba [file] [log] [blame]
// Copyright 2022 The Fuchsia Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
package world
import ()
func Initialize(c *WorldConfig) error {
Config = c
return nil
}