class RobloxCrystalConfig
- RobloxCrystalConfig
- Reference
- Object
Defined in:
shared.crConstructors
Instance Method Summary
- #name : String
- #name=(name : String)
- #out_dir : String
- #out_dir=(out_dir : String)
- #root_dir : String
- #root_dir=(root_dir : String)
Constructor Detail
def self.new(name : String = "rbxcr-project", root_dir : String = "src", out_dir : String = "dist")
#